@font-face {
  font-family: "LAO MN";
  /* src: url("../font/LAO_MN.TTC"); */
  /* src: url("../font/NotoSansSinhala-Regular.ttf"); */
  src: url("../font/Singhithi-UPB.ttf");
}
.body-sty {
  position: relative;
  font-size: 18px; /*16*/
  font-family: "LAO MN";
  line-height: 35px;
}

.space-for-nav {
  padding-top: 100px;
}
/* nav */
.navbar li.nav-item {
  position: relative;
}
.navbar li.nav-item.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  border-bottom: 1px solid white;
}
.navbar li.nav-item.active::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/svg/flower.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0.5px;
  left: 45%;
  right: 0;
  width: 13px;
  height: 10px;
}
.nav-colored li.nav-item.active::before {
  background-image: url("../images/svg/flower-dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.nav-colored li.nav-item.active::after {
  border-bottom: 1px solid black;
}
.navbar .nav-item.contact {
  font-weight: bold;
  font-size: 16;
}
.navbar-dark .navbar-nav .nav-link {
  color: white;
  font-size: 17px; /*15*/
}

.nav-colored {
  background-color: #fff !important;
  background: url(../images/bg-nav.jpg);
  /*border-bottom: 1px solid #dee2e6!important;*/
}
.nav-colored li a,
.nav-colored .navbar-brand {
  color: #000 !important;
}
/* .nav-colored .logo-width {
  display: none;
} */

.nav-colored .nav-link:hover .tab-underline,
.nav-colored .current-menu-item a::after,
.nav-colored .nav-link:hover a::after {
  background-color: #000;
}

.nav-colored .lang-selector.d-none.d-lg-block {
  display: none !important;
}

.nav-colored .navbar-nav button {
  color: #000 !important;
}
.nav-colored .navbar-nav button.btn-outline-light {
  color: #000;
  border-color: #000;
}

.nav-colored .navbar-brand img {
  width: 10vw;
}

.nav-colored .nav-only-on-colored {
  display: none;
}
.nav-transparent .nav-only-on-colored {
  display: block;
}

.nav-not-on-colored {
  display: none;
}
.nav-colored .nav-not-on-colored {
  display: block;
}

.language-btn:hover,
.language-btn.active {
  border-bottom: 1px solid white !important;
}
.language-btn.disabled {
  color: #dadada;
}
.language-btn.disabled:hover {
  border-bottom: 0 !important;
}
.language-btn {
  background-color: inherit;
  color: inherit;
}
/* /nav */
.social-home {
  position: relative;
}
.social-cont-h {
  position: absolute;
  left: 20px;
  top: 45vh;
  z-index: 100;
}
.header-social {
  margin-top: 10px;
}
.scroll-cont {
  position: absolute;
  z-index: 101;
  bottom: 20px;
  color: white;
  width: 21px;
  margin-left: -10.5px;
  left: 50%;
}
.scroll-cont .scroll-txt p {
  transform: rotate(270deg);
}
.home-bg-texture-img {
  position: relative;
  z-index: 1;
}
.play-btn-cont {
  bottom: 10px;
  position: absolute;
  right: 10px;
  z-index: 100;
}
.play-btn-cont button,
.play-btn-cont #mute {
  background-color: transparent;
  color: wheat;
  border: 0;
  background-image: url(../images/svg/sound-on.svg);
  width: 40px;
  height: 40px;
}
.home-bg-texture-img::before {
  /* image is in in-page style */
  content: "";
  min-height: 1000px;
  min-height: 100vh;
  width: 100%;
  background-repeat: repeat;
  position: absolute;
  z-index: -5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* opacity: 0.5; */
}

.rankoth-bg {
  /* background-image: url(../images/1RankothTemple-HOME-image.jpg); */
  background-color: unset;
  position: relative;
}
.rankoth-bg::before {
  content: "";
  background: url(../images/bg-jpg.jpg), #fbf3e6;
  /* min-height: 1000px; */
  /* min-height: 100vh; */
  width: 100%;
  background-repeat: repeat;
  position: absolute;
  z-index: -5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* opacity: 0.9; */
}

.back-to-pg-modal {
  float: right;
  margin-right: 30px;
}
.modal-dialog.main-modal {
  max-width: 70%;
}
.modal-container-cstm {
  padding: 50px 10.5% 150px 10.5%;
}
.modal-header-cstm {
  padding: 1rem;
  border-bottom: 0;
}
.modal-header-cstm .close {
  padding: 1rem;
  margin: 50px 40px -1rem auto;
}
.container-bg-img {
  /* add position-relative to container */
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.container-bg-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.container-bg-img .main-top-hero-img {
  filter: brightness(77%);
}
.main-top-hero-img {
  max-height: 100%;
  height: 100em;
  height: 100vh;
}
.gradient-container-1 {
  /* use with container-bg-img*/
  position: relative;
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 20%),
    rgb(255 255 255 / 0%)
  );
}

.container-px {
  padding-left: 3.63%;
  padding-right: 3.63%;
}
.container-px-manual {
  padding-left: 55px;
  padding-right: 55px;
}
.top-cont-1 {
  min-height: 100em;
  min-height: 100vh;
}
.abs-lef-btm {
  position: absolute;
  bottom: 30px;
  left: 40px;
}
.abs-lef-link {
  position: absolute;
  bottom: 100px;
  left: 20%;
  right: 20%;
  top: 10%;
}
/* 2 */
.container-2 {
  padding-top: 157px;
  padding-bottom: 157px;
  text-align: center;
}
.bg-hero-img-2 {
  opacity: 0.1;
}
.center-x {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img-cont img {
  max-width: 100%;
}
.title-cont-2 {
  padding-bottom: 32.1px;
}
.heading-cont-2 {
  padding-bottom: 70.6px;
}
.description-cont-2 {
  padding: 0 11.8%;
  /* padding-right: 13%; */
  padding-bottom: 39px;
  text-align: center;
}
.btn-cont {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-btn {
  background-color: transparent;
  border: 0;
  font-size: 22px; /*18*/
  font-weight: bold;
}
/* .btn-3 {
  background-color: transparent;
  border: 0;
} */
.has-arr-img-blk {
  position: relative;
  padding: 11px 28.7px 11px 0;
}
.btn.has-arr-img-blk::after {
  content: " ";
  background: url("../images/svg/Group\ 345.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 47px;
  height: 47px;
  position: absolute;
  right: -43.7px;
  bottom: 0;
}

.has-arr-img-whi {
  /* global */
  position: relative;
  padding: 11px 28.7px 11px 0;
  color: white;
}
.btn.has-arr-img-whi::after {
  /* global */
  content: " ";
  background: url("../images/svg/Group\ 344.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 47px;
  height: 47px;
  position: absolute;
  right: -43.7px;
  bottom: 0;
}

.container-3 {
  padding-top: 138px;
  padding-bottom: 138px;
}
.container-3-abs {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.bg-hero-img-3 {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.container-bg-img-mh {
  height: inherit;
  width: 100%;
  position: absolute;
  z-index: -5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.title-cont-3 {
  padding-bottom: 37px;
}
.title-cont-3,
.title-cont-3 h4 {
  font-size: 30px;
  font-weight: bold;
}
.display-on-hov {
  transition: 0.5s ease;
  width: 100%;
  height: 100%;
}

.btn-hov-monk-details {
  display: none;
  opacity: 0;
}
.heading-cont-3 {
  padding-bottom: 43px;
}
.heading-cont-3,
.heading-cont-3 h5 {
  font-size: 17px;
}
.description-cont-3 {
  padding-bottom: 35px;
}

.gradient-container-4 {
  /* use with container-bg-img*/
  background: linear-gradient(
    to bottom,
    rgb(255 255 255 / 0%),
    rgb(0 0 0 / 20%)
  );
}

.heading-cont-4 {
  padding-bottom: 43px;
  text-align: center;
}
.heading-cont-4,
.heading-cont-4 h5 {
  font-size: 25px;
  color: white;
}
.container-4 {
  position: absolute;
  padding-top: 52px;
  padding-bottom: 52px;
  top: 0;
  /* bottom: 0; */
  left: 0;
  right: 0;
  z-index: 1;
}
.bg-hero-img-4 {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  object-fit: cover;
}

.container-bg-vid {
  /* add position-relative to container */
  height: 100%;
  max-height: 100vh;
  height: 100vh;
  /* Delete above height if unwanted */
  width: 100%;
  position: relative;
  z-index: 1;
}
.bg-hero-vid-4 {
  width: 100%;
  height: 100%;
  max-height: inherit;
  object-fit: cover;
  z-index: -1;
}
.video-background {
  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
}
.video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
  .video-background iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (aspect-ratio: 16/10){
.video-background iframe {
    width: 100vw;
}
}
   
@media (aspect-ratio: 3/2){
.video-background iframe {
    width: 100vw;
}
}   
@media (min-aspect-ratio: 4/3){
.video-background iframe {
    width: 199.78vh;
    width: 100vw;
}

}

@media (max-aspect-ratio: 16/9) and (min-width: 1500px) {
  .video-background iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 100vw;
    /*test*/
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-background iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
    width: 192.78vh;
    /*test*/
  }
}
/* .video-bg-cont{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
} */
/* @media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
} */
/* 5 */
.walkthrough-gall-5 {
  width: 100%;
  height: 100%;
  height: calc(100vh - 0.2px);
}

.walkthrough-gall-5 .swiper-slide {
  /* text-align: center; */
  font-size: 22px; /*18*/
  background: rgb(206, 206, 206);
  height: 100%;
  position: relative;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.walkthrough-gall-5 .HSBN-5 {
  right: 3.63%;
  left: auto;
}
.walkthrough-gall-5 .HSBP-5 {
  left: unset;
  right: 8.63%;
}
.walkthrough-gall-5 .HSBN-5,
.walkthrough-gall-5 .HSBP-5 {
  top: unset;
  bottom: 55px;
}
.walkthrough-gall-5 .HSBN-5:after {
  content: url(../images/svg/Group\ 148.svg);
}
.walkthrough-gall-5 .HSBP-5:after {
  content: url(../images/svg/Group\ 149.svg);
}
.slide-content-5 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 52px;
  padding-bottom: 52px;
}
.lao-20-reg {
  /* global */
  font-size: 20px;
}
.lao-16-med {
  /* global */
  font-size: 18px; /*16*/
  font-weight: 600;
}
.lao-20-bold {
  /* global */
  font-size: 20px;
  font-weight: bold;
}
.white-20-reg {
  /* global */
  color: white;
  font-size: 20px;
}
.white-14-reg {
  /* global */
  color: white;
  font-size: 17px; /*14*/
}
.white-25-reg {
  /* global */
  color: white;
  font-size: 25px;
}
.sub-25-bol {
  /* global */
  color: white;
  font-size: 25px;
  font-weight: bold;
}
.head-30-reg {
  /* global */
  color: white;
  font-size: 30px;
}
.head-25-bold {
  /* global */
  font-size: 25px;
  font-weight: bold;
}
.head-30-bold {
  /* global */
  font-size: 30px;
  font-weight: bold;
}
.head-title-nomb-pb {
  margin-bottom: 0;
  padding-bottom: 70px;
}
.top-5 p {
  text-align: right;
  text-decoration: underline;
}
.btn-cont-5 {
  position: absolute;
  bottom: 52px;
}
.pagi-txt-cen {
  position: absolute;
  bottom: 71px;
  /* width: 100%; */
  left: 52px;
  right: 52px;
  text-align: center;
}
.pagi-txt-cen p {
  margin-bottom: 0;
}
.HSPA-5 {
  align-items: center;
  display: flex;
  justify-content: center;
}
.swiper-container-horizontal > .HSPA-5.swiper-pagination-bullets {
  bottom: 52px;
}
.HSPA-5 .swiper-pagination-bullet {
  background-color: white;
  height: 5px;
  width: 5px;
  opacity: unset;
}
.HSPA-5 .swiper-pagination-bullet-active {
  /* background-color: white; */
  height: 9px;
  width: 9px;
}
/* /5 */
/* 6 */
.container-6-outer {
  min-height: 100vh;
}
.services-card-6 {
  height: 100%;
  position: relative;
}
.bg-img-card-6 {
  height: 100%;
}

.bg-img-card-6 {
  position: relative;
}
.services-card-6:not(:hover) .bg-img-card-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 32%));
}
.bg-img-card-6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-card-6:hover .bg-img-6 {
  filter: brightness(60%);
}
.content-6 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 52px;
  padding-bottom: 52px;
}
.content-btm-6 {
  position: absolute;
  bottom: 0;
  padding-bottom: 52px;
}
.content-cen-6 {
  height: 100%;
  display: flex;
  align-items: center;
}
.services-card-6:hover .no-hov {
  display: none;
}
.services-card-6 .on-hov {
  display: none;
}
.services-card-6:hover .on-hov {
  display: flex;
}
.container-px-4-div {
  /* global */
  padding-left: 11%;
  padding-right: 11%;
}
/* /6 */

/* 7 */
.content-7 {
  /* padding-bottom: 43px; */
  text-align: center;
  /* height: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-7 {
  position: absolute;
  padding-top: 76px;
  padding-bottom: 54.5px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.container-7-abt-mid {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-hero-img-7 {
  width: 100%;
  min-height: 401px;
  max-height: 100vh;
  object-fit: cover;
  filter: brightness(55%);
}
.white-20-reg.mb-4.pb-2,
.dona-text-bf-img {
  padding-bottom: 0 !important;
  margin-bottom: 35.5 !important;
}
.img-middle-7-cont img {
  max-width: 66px;
}
.img-middle-7-cont {
  padding-bottom: 34px;
}
.donate-7 {
  text-decoration: underline;
}
.donate-7 p {
  margin-bottom: 0;
}

.a-no-deco,
.a-no-deco:hover {
  /* global */
  color: inherit;
  text-decoration: initial;
}

/* /7 */

/* footer1 */
.content-8 {
  /* padding-bottom: 43px; */
  text-align: center;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}
.container-8 {
  /* position: absolute; */
  padding-top: 152px;
  padding-bottom: 52px;
}
.container-8-dona-new {
  padding-top: 116px;
  padding-bottom: 0px;
}
.container-main-img-8 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.content-8 .lao-16-med.mb-4.pb-2,
.testi-foo {
  line-height: 1.6;
}
.bg-hero-img-8 {
  height: 100%;
  width: 100%;
  min-height: 100vh;
  object-fit: cover;
  /* filter: brightness(55%); */
}
.img-middle-8-cont img {
  max-width: 66px;
}
.img-middle-8-cont {
  padding-bottom: 36px;
}
.donate-8 {
  text-decoration: underline;
}

/* /footer1 */
/* footer2 Main */
.foo-cred-ppr {
  font-size: 17px; /*15*/
}
.foo-cred-ppr span {
  font-family: "Quicksand", sans-serif;
}
.container-footer {
  /* position: absolute; */
  padding-top: 52px;
  padding-bottom: 31px;
}
/* .content-footer {
  padding-bottom: 43px;
} */

.container-8-dona-main-new {
  padding-top: 78px;
  padding-bottom: 25px;
}
.rankoth-foo-place {
  font-size: 22px; /*18*/
  font-weight: bold;
  margin-bottom: 0;
  line-height: 25px;
}
.rankoth-foo-city {
  font-size: 18px; /*16*/
  margin-bottom: 16px;
  line-height: 17px;
}
.foo-links p {
  display: inline;
  /* margin-right: 20px; */
  font-weight: bold;
  font-size: 15px; /*12*/
}

.foo-links a p:hover {
  text-decoration: underline;
}
.foo-links a {
  margin-right: 2%;
}
.foo-links,
.priv-terms,
.footer-credits {
  margin-bottom: 36px;
}

.foo-links-more {
  margin-bottom: 40px;
}
.footer-sub-head {
  font-size: 17px; /*14*/
  font-weight: bold;
  margin-bottom: 17px;
}
.foo-cont-btm {
  margin-bottom: 45.1px;
}
.foo-cont-btm-2 {
  margin-bottom: 56px;
}

.a-no-colo,
.a-no-colo:hover {
  color: inherit;
}
.priv-terms p {
  display: inline;
}
.priv-terms a {
  text-decoration: underline;
  margin-right: 10%;
}
/* .footer-credits .row {
  text-align: center;
} */
.footer-credits .logo-partners-cont {
  height: 74px;
}
.footer-credits img.logo-partners {
  width: 72px;
}
.footer-credits h5.logo-partners {
  font-size: 14px; /*12*/
  font-weight: bold;
}
.footer-credits p {
  font-size: 17px; /*14*/
}
.footer-credits .row p {
  font-size: 14px; /*12*/
  /* text-align: center; */
}
.rights.nomob {
  font-size: 14px; /*12*/
}
.foo-topic {
  /* foo global */
  /* margin-top: 24.5px; */
  margin-bottom: 39.5px;
  line-height: 25px;
}
.foo-second-line {
  /* foo global */
  font-size: 17px; /*14*/
  margin-bottom: 10px;
  line-height: 1.5;
}
.foo-second-line span img {
  width: 16px;
}
.foo-second-line span {
  padding-right: 19px;
  font-family: "LAO MN";
}
.foo-mid-col {
  min-width: 200px;
}

.foo-map .gmnoprint {
  display: none;
}

.social-m {
  display: inline;
  padding-right: 36px;
}
.bg-hero-img-8::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(white, black);
}

.socials {
  margin-bottom: 43px;
}
/* .designed-n-developed-container{
  display: flex;
} */
.font-quic {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: calc(100% - 3px);
}
.designed-developed {
  padding-right: 17px;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 13px; /*12*/
  font-family: "Quicksand", sans-serif;
}

  .footer-credits .row p {
    line-height: 1.5;
}
/* .designed-developed,
.WeAreDesigners {
  display: inline;
} */

.only-on-mob {
  /* global */
  display: none;
}
/* /footer2 */

.btn.focus,
.btn:focus {
  box-shadow: unset;
}

/* footer new */

.foo-container-separator {
  padding-bottom: 40px;
  position: relative;
}

.foo-container-separator::after {
  content: "";
  background-image: url(../images/svg/Group\ 341.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 20px;
  height: 31px;
  width: 195px;
  margin-left: -97.5px;
  left: 50%;
}

.designed-n-developed-container {
  float: right;
}

.center-align-footer-2-1 {
  text-align: center;
}

.foo-mid-col,
.footer-credits {
  text-align: center;
}

.logo-partners {
  margin-left: auto;
  margin-right: auto;
}

.footer-section-3,
.designed-n-developed-container {
  text-align: center;
  float: right;
  width: 100%;
}

.designed-developed,
.WeAreDesigners {
  display: inherit;
  text-align: center;
}

.designed-developed {
  padding-right: 0;
  margin-top: 11.1px;
}

.WeAreDesigners {
  justify-content: center;
      margin-top: 72px;

}

.WeAreDesigners img {
  width: 55px;
}
.designed-n-developed-container-main {
  width: 100%;
  height: 100%;
  display: flex;
  /* float: right; */
  margin-left: auto;
  justify-content: flex-end;
  /* align-items: center; */
}

.footer-credits {
  margin-bottom: 0;
}

/* /footer new */









/* about page */

.top-cont-abt-1 {
  min-height: 38em;
  min-height: 70vh;
}
.hero-txt-abt {
  position: absolute;
  bottom: 25%;
}
/* 2 */
.full-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 130vh;
}
.container-abt-2 {
  padding: 180px 9.4%;
  text-align: center;
}
.pb-79px {
  padding-bottom: 79px;
}
.pt-79px {
  padding-top: 79px;
}
.content-2-part-1 h2 {
  padding-bottom: 59px;
  font-size: 35px;
  font-weight: bold;
}
.content-2-gall h2 {
  padding-bottom: 59px;
  font-size: 35px;
  font-weight: bold;
}
.main-title-35 h1 {
  /* global */
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 0;
}
.content-2-part-1 p {
  line-height: 35px;
  font-size: 17px; /*14*/
}
.content-2-gall p {
  line-height: 35px;
  font-size: 17px; /*14*/
}
.content-2-part-1 {
  /* global */
  margin-bottom: 82px;
}
.content-2-part-1-less-mb {
  margin-bottom: 4px;
}
.content-2-gall {
  margin-bottom: 40px;
}
.content-2-part-2 h3 {
  padding-bottom: 45px;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: bold;
}

.content-2-part-2 p {
  line-height: 35px;
  font-size: 14;
}
/* 3 */

.container-abt-3 {
  padding-top: 73px;
  padding-bottom: 73px;
}
.bg-hero-img-abt-3 {
  opacity: 0.1;
}
.img-cont img {
  max-width: 100%;
}
.abt-3-title {
  text-align: center;
  margin-bottom: 24px;
}
.abt-3-para {
  font-size: 20px;
  text-align: center;
}

.modal-container-cstm p {
  text-align: left;
}
.abt-3-top {
  margin-bottom: 54px;
}
.abt-3-monk-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  z-index: -1;
  /* right: 0; */
  /* width: 10%; */
}
.abt-3-monk-img img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}
.serv-baudhdha-img img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.space-top-60 {
  padding-top: 60px;
}
p.abt-3-des-4 {
  padding-bottom: 42px;
}
/* .title-cont-abt-3 {
  padding-bottom: 32.1px;
}
.heading-cont-abt-3 {
  padding-bottom: 70.6px;
} */
/* .description-cont-abt-3 {
  padding-left: 13%;
  padding-right: 13%;
  padding-bottom: 39px;
} */

/* 4 Timeline */

.container-abt-4 {
  padding-top: 157px;
  padding-bottom: 157px;
}
.abt-4-title {
  text-align: center;
  margin-bottom: 24px;
}
.abt-4-para {
  font-size: 20px;
  text-align: center;
}
.abt-4-top {
  margin-bottom: 54px;
}
.container-abt-4-outer {
  min-height: 100vh;
  /* border-bottom: 1px solid #000; */
  /* Remove after timeline */
}
/* /4 */
/* 5 */
.container-abt-5 {
  padding-top: 80px;
  padding-bottom: 157px;
}
.container-abt-5-outer {
  position: relative;
}
.container-abt-5-outer::after {
  content: "";
  background-image: url(../images/svg/Group\ 341.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  height: 31px;
  width: 195px;
  margin-left: -97.5px;
  left: 50%;
}
.abt-5-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.abt-5-img img {
  max-width: 100%;
}
.head-abt-5 {
  width: 95%;
}
.abt-5-spce {
  margin-bottom: 140px;
}
/* /5 */
/* 6 */

.container-abt-6 {
  padding-top: 157px;
  padding-bottom: 0;
}
.abt-6-right-img img {
  width: 100%;
  height: inherit;
  /*  */
  object-fit: cover;
}
.only-abt-flower {
  justify-content: center;
  display: flex;
}
.only-abt-flower img {
  width: 74.7%;
}
.service-pg-right-img img {
  width: 85%;
  float: right;
}
.service-pg-right-img-1 img {
  width: 70%;
  float: right;
}
/* /6 */
/* 7 abt */

.bg-hero-img-7-abt {
  width: 100%;
  min-height: 450px;
  max-height: 100vh;
  object-fit: cover;
  /* filter: brightness(55%); */
}
.dark-linear-cen {
  /* global? */
  width: 60%;
  width: 655px;
  background: linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.32) 51.55%,
    rgba(0, 0, 0, 0) 100%
  );
}
/* /7abt */

/* /about page */

/* gallery-pg */

.walkthrough-gall-swiper {
  width: 100%;
  height: 100%;
  height: 100vh;
}
.container-main-img-gall {
  width: 100%;
}
.container-main-img {
  width: 100%;
}
.walkthrough-gall-swiper .swiper-slide {
  /* text-align: center; */
  font-size: 22px; /*18*/
  background: rgb(206, 206, 206);
  height: 100%;
  position: relative;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.walkthrough-gall-swiper .HSBN-gall {
  right: 3.63%;
  left: auto;
}
.walkthrough-gall-swiper .HSBP-gall {
  left: unset;
  right: 7.63%;
}
.walkthrough-gall-swiper .HSBN-gall,
.walkthrough-gall-swiper .HSBP-gall {
  top: unset;
  bottom: 55px;
}
.walkthrough-gall-swiper .HSBN-gall:after {
  content: url(../images/svg/Group\ 148.svg);
}
.walkthrough-gall-swiper .HSBP-gall:after {
  content: url(../images/svg/Group\ 149.svg);
}
/* gallerypg- */
.slide-content-gall {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 52px;
  padding-bottom: 52px;
}
.slide-content-gall.on-hov {
  display: none;
}
.walkthrough-gall-swiper:hover .slide-content-gall.on-hov {
  display: block;
}
.head-title-nomb-pb {
  margin-bottom: 0;
  padding-bottom: 70px;
}
.top-gall p {
  text-align: right;
  text-decoration: underline;
}
.btn-cont-gall {
  position: absolute;
  bottom: 52px;
}
.pagi-txt-lef {
  position: absolute;
  bottom: 71px;
  /* width: 100%; */
  left: 52px;
  right: 52px;
}
.pagi-txt-lef p {
  margin-bottom: 0;
}
.HSPA-gall {
  align-items: center;
  display: flex;
  justify-content: center;
}
.swiper-container-horizontal > .HSPA-gall.swiper-pagination-bullets {
  bottom: 52px;
}
.HSPA-gall .swiper-pagination-bullet {
  background-color: white;
  height: 5px;
  width: 5px;
  opacity: unset;
}
.HSPA-gall .swiper-pagination-bullet-active {
  /* background-color: white; */
  height: 9px;
  width: 9px;
}
.add-v-line {
  position: relative;
}
.add-v-line::after {
  content: "";
  background-image: url(../images/svg/Path\ 554.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 64px;
  height: 91px;
  width: 1px;
  margin-left: -0.5px;
  left: 50%;
}

.add-v-line.lower::after {
  bottom: -64px;
}

.container-gallery-sliders {
  padding-bottom: 339px;
  position: relative;
}

.container-gallery-sliders::after {
  content: "";
  background-image: url(../images/svg/Group\ 341.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 154px;
  height: 31px;
  width: 195px;
  margin-left: -97.5px;
  left: 50%;
}

.container-separator {
  padding-bottom: 15px;
  position: relative;
}

.container-separator::after {
  content: "";
  background-image: url(../images/svg/Group\ 341.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -87px;
  height: 31px;
  width: 195px;
  margin-left: -97.5px;
  left: 50%;
}

/* /gallery-pg */

/* services pg */

.container-abt-serv {
  padding: 80px 10.5%;
  padding-bottom: 0;
  padding-top: 80px;
  text-align: center;
}

.container-srvc-6 {
  padding-bottom: 130px;
}

h2.heading2 {
  /* global */
  padding-bottom: 43px;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 0;
}

.walkthrough-gall-swiper-height {
  height: 940px;
}
.walkthrough-gall-swiper-height .bg-hero-img-4 {
  max-height: 150vh;
}
/* /services pg */

/* Timeline about */

.no-overflow {
  overflow: hidden;
  height: 50px;
  width: 100%;
}
.successes-slider {
  height: 100%;
  width: 100%;
  overflow: visible;
}

.newTL {
  /* overflow-x: scroll; */
  /* max-width: 97vw; */
  height: 100%;
}
.gallery-thumbs {
  /* overflow: hidden;
  position: absolute;
  left: 0;
  right: 0; */

  /* box-sizing:border-box; */
  /* max-width: 1920px; */
}
.newTL .timeline {
  white-space: nowrap;
  min-width: 100%;
  width: max-content;
  /* max-width: 1920px; */
  padding: 0px 0 10px 0 !important;
  position: relative;
  min-height: 17em;
  overflow-y: hidden;
}

.newTL .timeline:before {
  content: "";
  display: block;
  height: 2px;
  background: rgb(170, 170, 170);
  width: 95%;
  position: absolute;
  top: 29.86em;
  top: 26.56em;
  left: 3%;
}

.newTL .entry {
  display: inline-grid;
  vertical-align: top;
  /* margin-top: 1em; */
  font-size: 14px; /*12*/
  /* text-align: center; */
  position: relative;
  border-radius: 3px;
  min-width: 13em;
  max-width: 500px;
  top: -10px;
  z-index: 2;
  height: 525px;
}

.newTL .entry.active,
.newTL .entry.swiper-slide-thumb-active,
.newTL .entry.swiper-slide-thumb-active
/* ,.newTL .entry:hover  */ {
  /* box-shadow: 0 0 5px 0 #00000026; */
  top: -60px;
}

/* .newTL .entry:nth-child(2n) {
  top: 106px;
} */

/* .newTL .entry.active:after,
.newTL .entry.swiper-slide-thumb-active:after {
  box-shadow: 0px 0px 5px #000;
} */
.newTL .entry.active:after,
.newTL .entry.swiper-slide-thumb-active:after,
/* .newTL .entry:hover:after, */
.newTL .entry.swiper-slide-thumb-active:after {
  top: 513px;
}

/* .newTL .entry:nth-child(2n):after {
  left: 50%;
  top: -30px;
  margin-left: -8px;
} */

.newTL .entry:before {
  content: "";
  display: block;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  margin-left: 0;
  /* box-shadow: 2px 2px 15px 0 #00000019; */
}
/* .newTL .entry:hover:before, */
.newTL .entry:before.swiper-slide-thumb-active,
.newTL .entry:before.active {
  box-shadow: 2px 2px 15px 0 #00000019;
}

/* .newTL .entry:nth-child(2n):before {
  content: "";
  background-image: url("..\images\TimelineHovImgUp.svg");
  left: 0;
  top: 0;
} */
/* .newTL .entry:nth-child(2n):hover:before,
.newTL .entry:nth-child(2n):before.swiper-slide-thumb-active,
.newTL .entry:nth-child(2n):before.active {
  box-shadow: -2px -2px 15px 0 #00000019;
} */

.newTL .entry .t-year {
  -ms-flex-order: 2;
  order: 2;
}

.newTL .entry.active .t-year:before,
.newTL .entry.swiper-slide-thumb-active .t-year:before,
.newTL .entry.swiper-slide-thumb-active .t-year:before
/* ,.newTL .entry:hover .t-year:before  */ {
  content: "";
  display: block;
  background-size: contain;
  width: 1px;
  height: 276px;
  border-bottom: 0;
  background: url(../images/png/Path\ 598.png);
  background-repeat: repeat-y;
  /* border-left: 5px solid transparent; */
  /* border-right: 5px solid transparent; */
  /* border-top: 5px solid #5e85ff; */
  position: absolute;
  left: 90px;
  /* right: 0; */
  /* top: unset; */
  bottom: 110px;
  z-index: -1;
  /* margin-left: auto; */
  /* margin-right: auto; */
}
.info-absol {
  position: absolute;
  left: 10em;
  width: 410px;
  top: 190px;
  height: 173px;
}
/* .entry:hover .info-absol::before, */
.entry.swiper-slide-thumb-active .info-absol::before {
  content: "";
  display: block;
  background-size: contain;
  width: 50px;
  height: 42px;
  border-bottom: 0;
  background: url(../images/png/Group\ 323.png);
  background-repeat: repeat-y;
  position: absolute;
  left: -72px;
  top: 0px;
  z-index: -1;
}
/* .newTL .entry:hover .t-year, */
.newTL .entry.swiper-slide-thumb-active .t-year,
.newTL .entry.swiper-slide-thumb-active .t-year,
.newTL .entry.active .t-year {
  background: transparent;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  /* border-radius: 0 0 5px 5px; */
}

/* .newTL .entry:hover .t-year, */
.newTL .entry .t-year {
  background: transparent;
  position: absolute;
  bottom: 6px;
  left: -47px;
  right: 0;
  /* font-size: 20px; */
  font-weight: bold;
  text-align: center;
  display: block !important;
  /* border-radius: 0 0 5px 5px; */
}
.newTL .entry .t-year h1 {
  font-size: 17px; /*15*/
  color: #13162d;
  margin-bottom: 0px;
}
/* .newTL .entry:nth-child(2n) .t-year {
  -ms-flex-order: 1;
  order: 1;
  border-radius: 5px 5px 0 0;
} */

/* .newTL .entry:nth-child(2n).active .t-year:before,
.newTL .entry:nth-child(2n).swiper-slide-thumb-active .t-year:before,
.newTL .entry:nth-child(2n):hover .t-year:before {
  content: "";
  display: block;
  background-size: contain;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #5e85ff;
  border-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
} */

.newTL .entry.swiper-slide-thumb-active h1 {
  color: #13162d;
  font-size: 24px;
  margin-bottom: 10px;
}

.successes-gallery-thumbs .swiper-button-next:after,
.successes-slider .swiper-button-next:after {
  content: url(../images/svg/Group\ 218.svg);
}
.successes-gallery-thumbs .swiper-button-prev:after,
.successes-slider .swiper-button-prev:after {
  content: url(../images/svg/Group\ 217.svg);
}

.successes-gallery-thumbs .swiper-button-next,
.successes-gallery-thumbs .swiper-button-prev,
.successes-slider .swiper-button-next,
.successes-slider .swiper-button-prev {
  bottom: 0;
  top: unset;
}
.successes-gallery-thumbs .swiper-button-prev,
.successes-slider .swiper-button-prev {
  left: 46.7%;
  /* right: auto; */
}
.successes-gallery-thumbs .swiper-button-next,
.successes-slider .swiper-button-next {
  /* left: 40%; */
  right: 46.7%;
}

/* .newTL .entry:hover h1, */
.newTL .entry.swiper-slide-thumb-active h1,
.newTL .entry.swiper-slide-thumb-active h1,
.newTL .entry.active h1 {
  /* color: #ffffff; */
  width: 76%;
  margin: 0.5em auto 0.5em 0;
}
.newTL .entry .t-info {
  min-height: 50px;
  align-items: center;
  display: flex;
  -ms-flex-order: 1;
  order: 1;
}
/* .newTL .entry:hover .t-info, */
.newTL .entry.swiper-slide-thumb-active .t-info,
.newTL .entry.swiper-slide-thumb-active .t-info,
.newTL .entry.active .t-info {
  /* background: #ffffff; */
  border-radius: 5px 5px 0 0;
}

/* .newTL .entry:nth-child(2n) .t-info {
  -ms-flex-order: 2;
  order: 2;
  border-radius: 0 0 5px 5px;
} */

/* .newTL .entry img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
} */

.newTL .entry.active p,
.newTL .entry.swiper-slide-thumb-active p,
.newTL .entry.swiper-slide-thumb-active p
/* ,.newTL .entry:hover p  */ {
  margin-bottom: 1.4em;
  min-height: 35px;
}
.newTL .entry .t-year {
  display: none;
}
.newTL .entry p {
  /* color: #6e6e7d; */
  /* width: 65%; */
  /* height: 100%; */
  white-space: normal;
  /* text-align: center; */
  margin: auto;
  font-size: 25px;
  display: none;
}
.newTL .entry:after {
  display: none;
}
/* .newTL .entry:hover p, */
.newTL .entry.swiper-slide-thumb-active p,
/* .newTL .entry:hover .t-year, */
.newTL .entry.swiper-slide-thumb-active .t-year,
/* .newTL .entry:hover:after, */
.newTL .entry.swiper-slide-thumb-active:after,
.entry.swiper-slide-thumb-active .info-absol::before {
  display: block;
}

.newTL .entry:after {
  content: "";
  display: block;
  background: #000;
  background-repeat: no-repeat;
  /* ,  #353535; */
  width: 10px;
  height: 10px;
  border-radius: 15px;
  /* border: 4px solid #ffffff; */
  /* box-shadow: 0 0 5px 0 #00000026; */
  position: absolute;
  left: 81px;
  top: 34.6em;
  margin-left: -6px;
}

/* .newTL .entry:hover:after, */
.newTL .entry.swiper-slide-thumb-active:after {
  content: "";
  display: block;
  background: url(../images/png/Component\ 3\ –\ 1.png);
  background-repeat: no-repeat;
  /* ,  #353535; */
  width: 52px;
  height: 52px;
  border-radius: 15px;
  /* border: 4px solid #ffffff; */
  /* box-shadow: 0 0 5px 0 #00000026; */
  position: absolute;
  left: 5em;
  top: 36.7em;
  margin-left: -6px;
}
.small-mt {
  font-size: 14px; /*12*/
  margin-top: 48px;
}
.logo-partners-cont {
  height: 134px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* max-width: 276px; */
}

.donations-form .progress-hidden .progress-bar,
.donations-form .progress-hidden {
  position: relative;
  overflow: unset;
}

.donations-form .progress-bar {
  background-color: #ce9800;
}
.donations-form .progress-hidden {
  overflow: visible;
  background-color: transparent;
}
.donations-form .progress-hidden .progress-bar {
  background-color: transparent;
}
.donations-form .progress-hidden .progress-hidden-half {
  width: 50%;
  position: absolute;
  left: 0;
  right: 0;
}

.donations-form .progress-hidden .progress-hidden-25 {
  width: 25%;
  position: absolute;
  left: 0;
  right: 0;
}

.donations-form .progress-hidden .progress-hidden-0 {
  width: 6.66%;
  position: absolute;
  left: 0;
  right: 0;
}
.donations-form .progress-hidden .progress-hidden-1 {
  width: 33.33%;
  width: 40%;
  position: absolute;
  left: 0;
  right: 0;
}
.donations-form .progress-hidden .progress-hidden-2 {
  width: 66.66%;
  width: 70%;
  position: absolute;
  left: 0;
  right: 0;
}
.donations-form .progress-hidden .progress-hidden-3 {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
.donations-form .progress-hidden .progress-bar::before,
.donations-form .progress-hidden .progress-hidden-half::before,
.donations-form .progress-hidden .progress-hidden-0::before,
.donations-form .progress-hidden .progress-hidden-1::before,
.donations-form .progress-hidden .progress-hidden-2::before,
.donations-form .progress-hidden .progress-hidden-3::before {
  /* content: "රු. 1"; In page donations itself */
  position: absolute;
  top: -20px;
  color: #000;
  right: -70px;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}

.donations-form .progress-hidden::before {
  /* content: "රු. 5"; In page donations itself */
  position: absolute;
  top: -20px;
  color: #000;
  right: 0px;
  font-size: 20px;
  font-weight: bold;
}

h2.heading2.before-progress {
  padding-bottom: 100px;
}

.donations-form .content-2-part-2 h3 {
  padding-bottom: 75px;
}

.donations-form .form-check-inline .form-check-input {
  margin-right: 12px;
}

.donations-form .form-check-inline {
  margin-right: 43px;
}
.py-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-group {
  margin-bottom: 30px;
}

.contact-page h2.heading2 {
  padding-bottom: 79px;
}

h4.heading4 {
  padding-bottom: 52px;
}

.contact-map iframe {
  max-width: 100%;
}

.content-7 {
  max-width: 100%;
}

.img-tab-mob {
  display: none;
}

.foo-map iframe {
  max-width: 100%;
}
/* /timeine about */
/* TABLET SIZE TAB SIZE */
@media (min-width: 992px) {
  .description-cont-3,
  .btn-cont-3 {
    width: 72%;
  }
  .btn-cont-3 {
    /* same pad as description-cont-2 */
    padding-left: 29%;
  }

  .y-no-center {
    margin-right: 38px;
  }
  /* .btn-cont-5 {
    width: 80%;
  } */
  /* .btn-cont-5 {
    same pad as description-cont-2
    padding-left: 29%;
  } */

  .content-8 {
    max-width: 39.5%;
    margin-left: auto;
    margin-right: auto;
  }
  /* .bg-hero-img-8 {
    max-height: 100vh;
  } */
  .footer-section-3 {
    float: right;
  }

  .hov-monk-details {
    display: none;
    transition: 0.5s ease;
    opacity: 0;
    /* transition: .5s ease; */
  }
  .display-on-hov:hover .hov-monk-details {
    display: block;
    opacity: 1;
  }
  .btn-hov-monk-details {
    display: block;
    transition: 0.5s ease;

    opacity: 1;
    /* transition:  2s; */
  }
  .display-on-hov:hover .btn-hov-monk-details {
    display: none;
    opacity: 0;
  }
  .title-cont-3 {
    width: 78%;
  }

  .pr-xl-0 .head-title-nomb-pb {
    padding-right: 3.63%;
  }
  .pr-xl-0 .head-title-nomb-pb.add-v-line::after {
    margin-left: -31px;
  }
  
/* .footer-section-3,
.designed-n-developed-container,
.designed-n-developed-container-main {
  width: 80%;
  
} */
.designed-n-developed-container-main{
  justify-content: center;
}
}
@media (min-width: 576px) {
  .abt-3-des-2 {
    width: 82%;
  }
  .abt-3-des-4 {
    width: 60%;
    float: right;
  }
  .change-order-abt-5:nth-child(even) .ordr-img {
    order: 1;
  }
  .change-order-abt-5:nth-child(even) .ordr-txt {
    order: 2;
  }
  .change-order-abt-5:nth-child(odd) .ordr-img {
    order: 2;
  }
  .change-order-abt-5:nth-child(odd) .ordr-txt {
    order: 1;
  }
  .change-order-abt-5 .year-abt-5.lao-20-reg {
    margin-bottom: 57px;
  }

  .space-top-150 {
    padding-top: 50px;
  }

  .footer-credits {
    width: 95%;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  
  /* .description-cont-3.no-mob{
    display: none;
  }
  .btn-hov-monk-details{
    display: none;
  }
  .hov-monk-details{
    display: block;
  } */
  .heading-cont-3 {
    padding-bottom: 13px;
}
.title-cont-3 {
    padding-bottom: 13px;
}
.container-3 {
    padding-top: 60px;
    padding-bottom: 100px;
}
.description-cont-3, .btn-cont-3 {
    width: 87%;
}
}
@media (max-width: 1367px) and (max-height: 1367px) and (min-width: 992px){
  .top-cont-1 {
    min-height: unset;
}
}
@media (min-width: 576px) {
  .h1-alt-35 {
    margin-top: 74px;
  }
  .sect-space-topic-alt {
    margin-top: 82px;
  }

  .bigger-cont-chng-orde:nth-child(odd) .change-order-big1 {
    order: 2;
  }
  .bigger-cont-chng-orde:nth-child(odd) .change-order-big2 {
    order: 1;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-dark .navbar-brand {
    font-weight: 600;
  }
  .add-v-line::after {
    display: none;
  }
  
}

@media (max-width: 992px) {
  .space-top-nav-992 {
    height: 60px;
  }
  .navbar-nav.ml-auto{
    margin-left: unset !important;
    width: 30%;
    width: max-content;
  }
  .donations-form .progress-hidden .progress-hidden-2::before {
    display: none;
  }

  .change-order-abt-5:nth-child(even) .ordr-img-wata {
    order: 1;
  }
  .change-order-abt-5:nth-child(even) .ordr-txt-wata {
    order: 2;
  }
  .change-order-abt-5:nth-child(odd) .ordr-img-wata {
    order: 2;
  }
  .change-order-abt-5:nth-child(odd) .ordr-txt-wata {
    order: 2;
  }

  .top-cont-abt-1 {
    min-height: 28vh;
  }
  .abt-5-spce {
    margin-bottom: 60px;
  }
  .container-abt-2 {
    padding: 50px 9.4%;
  }
  .donations-form .form-check-inline-mob {
    margin-right: 11.9%;
  }
  .walkthrough-gall-5 .HSBP-5 {
    right: 10.63%;
  }
  .walkthrough-gall-swiper {
    width: 100%;
    height: 100%;
    /* height: 50vh; */
  }
  .container-bg-vid {
    height: 432px;
    max-height: 100vh;
  }
  .top-cont-1 {
    min-height: 100em;
    min-height: unset;
  }
  .bg-hero-vid-4 {
    max-height: unset;
    object-fit: cover;
    width: 100%;
  height: 100%;
  max-height: inherit;
  object-fit: cover;
  z-index: -1;
  }
  .container-6-outer {
    min-height: unset;
  }
  .navbar {
    background-color: white !important;
    background: url(../images/bg-nav.jpg);
    color: black !important;
  }
  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-brand {
    color: black !important;
  }
  .navbar-dark .navbar-toggler-icon {
    background-image: url(../images/svg/navbar-toggler-dark.svg);
  }
  .navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
  }
  .bg-hero-img-3 {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .container-bg-img-mh {
    /* add position-relative to container */
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
  }

  .container-bg-img-mh-3 {
    height: 100%;
    width: 100%;
    z-index: -1;
  }
  .lang-selector {
    margin-top: 60%;
    width: max-content;
    margin-right: auto;
    margin-left: auto;
  }

  .bg-hero-img-3 {
    height: 100vh;
  }

  .socials {
    margin-bottom: 0px;
    height: 0;
    overflow: hidden;
  }
}
@media (width: 768px) and (height: 1024px) {
  .footer-credits .row p {
    font-size: 12px;
}
}
@media (width: 1024px) and (height: 768px) {
  .space-top-nav-992 {
    height: 60px;
  }
  .donations-form .progress-hidden .progress-hidden-2::before {
    display: none;
  }
  .modal-dialog.main-modal {
    max-width: 88%;
  }

  .change-order-abt-5:nth-child(even) .ordr-img-wata {
    order: 1;
  }
  .change-order-abt-5:nth-child(even) .ordr-txt-wata {
    order: 2;
  }
  .change-order-abt-5:nth-child(odd) .ordr-img-wata {
    order: 2;
  }
  .change-order-abt-5:nth-child(odd) .ordr-txt-wata {
    order: 2;
  }

  .top-cont-abt-1 {
    min-height: 46vh;
  }
  .abt-5-spce {
    margin-bottom: 60px;
  }
  .container-abt-2 {
    padding: 50px 9.4%;
  }
  .donations-form .form-check-inline-mob {
    margin-right: 59px;
  }
  .walkthrough-gall-5 .HSBP-5 {
    right: 10.63%;
  }
  .walkthrough-gall-swiper {
    width: 100%;
    height: 100%;
    height: 50vh;
  }
  .container-bg-vid {
    height: 432px;
    max-height: 100vh;
  }
  .top-cont-1 {
    min-height: 100em;
    min-height: unset;
  }
  .bg-hero-vid-4 {
    max-height: unset;
    object-fit: cover;
    width: 100%;
  height: 100%;
  max-height: inherit;
  object-fit: cover;
  z-index: -1;
  }
  .container-6-outer {
    min-height: unset;
  }
  .navbar {
    background-color: white !important;
    color: black !important;
  }
  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-brand {
    color: black !important;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
  }
  .successes-gallery-thumbs .swiper-button-next,
  .successes-slider .swiper-button-next {
    /* left: 40%; */
    right: 44%;
  }
  .successes-gallery-thumbs .swiper-button-prev,
  .successes-slider .swiper-button-prev {
    left: 44%;
    /* right: auto; */
  }
  .navbar-dark .navbar-toggler-icon {
    background-image: url(../images/svg/navbar-toggler-dark.svg);
  }
  .navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
  }
  .bg-hero-img-3 {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .abt-6-right-img {
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
  .abt-6-right-img img {
    object-fit: contain;
    height: unset;
    width: 60%;
    margin: 0 auto;
  }
  .abt-6-right-img-ipad-max img {
    width: 100%;
  }
  .ipad-srv-grann {
    display: none !important;
  }
  .ipad-srv-grann-display {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .add-v-line::after {
    display: none;
  }
  .marg-ipad-srv-grann img {
    margin-left: 0;
  }
  .walkthrough-gall-swiper {
    height: 69vh;
  }
  .walkthrough-gall-swiper .HSBP-gall {
    left: unset;
    right: 9.63%;
  }
  /* .pt-ipad{
  margin-top: 50px;
} */
  .pb-ipad {
    margin-bottom: 20px;
  }
  .container-bg-img-mh {
    /* add position-relative to container */
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
  }

  .container-bg-img-mh-3 {
    height: 100%;
    width: 100%;
    z-index: -1;
  }
  .lang-selector {
    margin-top: 60%;
    width: max-content;
    margin-right: auto;
    margin-left: auto;
  }

  .bg-hero-img-3 {
    height: 100vh;
  }

  .socials {
    margin-bottom: 0px;
    height: 0;
    overflow: hidden;
  }
}

@media (max-width: 576px) {
  .center-x.undomob {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .walkthrough-gall-5 {
    height: calc(80vh - 0.2px);
  }
  .text-center.undo-bs-mob {
    text-align: initial !important;
  }
  .description-cont-2 {
    padding-left: 0;
    padding-right: 0;
    text-align: justify;
  }
  .only-on-mob {
    /* global */
    display: block;
  }
  .container-separator::after {
    display: none;
  }
  .nomob {
    /* global */
    display: none;
  }

  .priv-terms p {
    display: block;
  }
  .priv-terms a {
    margin-right: unset;
  }
  .top-5 p {
    text-align: center;
  }
  .btn-cont-5 {
    bottom: 22%;
    right: 15%;
  }
  .button-in-slider {
    right: unset;
    left: 40px;
    bottom: 30%;
  }
  .modal-header-cstm .close {
    margin: 44px 1px -1rem auto;
  }
  .services-card-6 .bg-img-6 {
    filter: brightness(60%);
  }
  .services-card-6 .no-hov {
    display: none;
  }

  .container-bg-vid {
    height: 211px;
    max-height: 100vh;
  }
  /* .services-card-6 .on-hov {
  display: block;
} */
  .services-card-6 .on-hov {
    display: flex;
  }
  /* .abt-3-title {
    override .head-30-bold
    font-size: 20px;
  } */
  .abt-3-monk-img {
    position: relative;
  }
  .abt-3-monk-img img {
    object-fit: cover;
    width: 100%;
  }

  .content-2-part-1 {
    margin-bottom: 40px;
  }
  .content-2-part-1-less-mb {
    margin-bottom: 10px;
  }
  .content-2-gall {
    margin-bottom: 40px;
  }
  .container-abt-2 {
    padding: 50px 5%;
  }
  .abt-3-title br {
    display: none;
  }
  .head-30-bold {
    /* global */
    font-size: 25px;
    /* font-weight: bold; */
  }
  .container-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .container-abt-4,
  .container-abt-3,
  .container-abt-5,
  .container-abt-6,
  .container-8-dona-new,
  .container-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .container-8-dona-main-new {
    padding-top: 0px;
  }
  .container-srvc-6 {
    padding-bottom: 50px;
  }
  .container-abt-serv {
    padding-top: 50px;
  }
  .service-pg-right-img img {
    width: 100%;
    float: right;
  }
  .bigger-cont-chng-orde {
    /* override container pb */
    padding-bottom: 0;
  }
  .container-abt-5 {
    padding-bottom: 80px;
  }
  /* .container-abt-4-outer {
    height: 90vh;
} */
  .abt-4-top,
  .abt-5-spce {
    margin-bottom: 10px;
  }
  .abt-5-img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .bg-hero-img-7-abt {
    min-height: 62em;
  }
  .bg-hero-img-7 {
    min-height: 554px;
  }
  .title-cont-3,
  .title-cont-3 h4 {
    font-size: 22px;
    font-weight: bold;
  }
  .foo-map iframe {
    width: 100%;
    height: 300px;
  }

  .add-v-line::after {
    display: none;
  }
  .walkthrough-gall-5 .HSBP-5 {
    right: 16.63%;
  }
  .walkthrough-gall-swiper .HSBP-gall {
    right: 17.63%;
  }
  .swiper-container-horizontal > .HSPA-gall.swiper-pagination-bullets {
    bottom: 20px;
  }
  .container-gallery-sliders {
    padding-bottom: 50px;
  }

  /* .homepage .container-bg-img.gradient-container-1 {
    min-height: 100vh;
  } */
  .scroll-cont {
    display: none;
  }
  .play-btn-cont {
    bottom: 18px;
    right: 18px;
  }
  .timeline-main-cont {
    height: 39em !important;
  }
  .homepage .container-bg-img .main-top-hero-img {
    min-height: 100vh;
  }
  .container-gallery-sliders::after {
    bottom: 15px;
  }
  .body-sty {
    font-size: 17px; /*14*/
  }
  .successes-gallery-thumbs .swiper-button-prev,
  .successes-slider .swiper-button-prev {
    left: 35%;
    /* right: auto; */
  }
  .successes-gallery-thumbs .swiper-button-next,
  .successes-slider .swiper-button-next {
    /* left: 40%; */
    right: 35%;
  }
  .cont-no-btm-mob {
    padding-bottom: 0;
  }
  .top-gall p {
    text-align: center;
  }
  .walkthrough-gall-swiper-height,
  .walkthrough-gall-swiper {
    height: 300px;
  }
  .container-px-manual,
  .container-abt-serv {
    padding-left: 3.63%;
    padding-right: 3.63%;
  }
  .container-abt-serv,
  .content-8 {
    text-align: unset;
  }
  .content-2-part-1 h2 {
    font-size: 25px;
  }

  .donations-form .progress-hidden .progress-bar::before {
    font-size: 17px; /*14*/
    right: -60px;
  }

  .donations-form .progress-hidden::before {
    font-size: 17px; /*14*/
  }

  .change-mob-img {
    filter: brightness(74%);
  }
  .no-mob {
    display: none;
  }
  .cont-3-mpb-padd {
    padding-top: 234px;
    padding-bottom: 50px;
  }
  .title-cont-3 {
    padding-bottom: 10px;
  }
  .heading-cont-3 {
    padding-bottom: 29px;
  }
  .newTL .timeline:before {
    top: 28.1em;
    left: 3.5%;
  }
  .newTL .entry p {
    font-size: 17px; /*15*/
    width: 50%;
    margin-left: 0;
  }
  .btn-small-phn {
    font-size: 17px; /*14*/
  }
  .btn-small-phn.has-arr-img-blk::after {
    width: 42px;
    height: 42px;
  }
  .donations-form .form-check-inline-mob {
    margin-right: 16%;
  }
  .donations-form .progress-hidden .progress-hidden-1::before,
  .donations-form .progress-hidden .progress-hidden-2::before {
    display: none;
  }
  .top-cont-abt-1 {
    min-height: 27vh;
  }
  .full-img img {
    min-height: 35vh;
  }
  .wada-boo-img img {
    min-height: unset;
  }
  .full-img-services img {
    min-height: unset;
  }
  .chng-ord-mob-abt-monk-1 {
    order: 2;
  }
  .chng-ord-mob-abt-monk-2 {
    order: 1;
  }
  .chng-ord-mob-abt-monk-3 {
    order: 3;
  }
  .modal-dialog.main-modal {
    max-width: 100%;
  }
  /* .abt-5-img img {
    display: none;
  } */
  .ordr-txt-wata .head-25-bold.head-abt-5,  .ordr-txt-wata .year-abt-5{
text-align: center;
  }
  .img-tab-web {
    display: none;
  }
  .img-tab-mob {
    display: block;
  }
  .content-2-gall h2 {
    /* padding-top: 9px; */
    padding-bottom: 42px;

    font-size: 33px;
  }
  .testi-foo,
  .foo-cred-ppr {
    text-align: center;
  }
  .modal-container-cstm {
    padding: 50px 0.5% 150px;
  }
  .small-on-mob-gunanada{
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }
  .gunanada-cont-top{
    padding-top: 0;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .abt-3-monk-img img {
    width: 79%;
    margin-left: auto;
    margin-right: 0;
  }
  .abt-3-des-4 {
    width: 46%;
    float: unset;
  }
  .sect-space-topic-alt {
    margin-top: 125px;
  }
  .abt-6-right-img {
    display: contents;
  }
  .abt-6-right-img img {
    margin-bottom: auto;
  }
  .x-cont-icon img {
    width: 100%;
  }
}

@media (width: 768px) {
  .abt-3-monk-img img {
    width: 79%;
    margin-left: auto;
    margin-right: 0;
  }
  .abt-3-des-4 {
    width: 100%;
  }

  /* .lang-selector {
    margin-top: 21% !important;
  }
  .d-block.d-lg-none.lang-selector {
    display: none !important;
  }
  .d-lg-block.d-none.lang-selector {
    display: block !important;
  } */
}
@media (min-width: 767px) and (max-width: 992px) {
  /* .navbar-brand {
    display: none;
  } */
  .space-top-150-ipad-less {
    padding-top: 50px;
  }
  .pt-ipad {
    padding-top: 50px;
  }

  .contact-det .col-1 img {
    max-width: 80%;
  }
  .pb-ipad {
    margin-bottom: 20px;
  }
  .successes-slider .swiper-button-next {
    /* left: 40%; */
    right: 44%;
  }
  .successes-gallery-thumbs .swiper-button-prev,
  .successes-slider .swiper-button-prev {
    left: 44%;
  }
  .space-top-nav-992 {
    height: 60px;
  }
  .no-tab {
    display: none;
  }
  .walkthrough-gall-swiper .HSBP-gall {
    right: 12.63%;
  }
}

@media (min-width: 1700px) {
  body,
  .navbar {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    /* position: relative; */
  }
  .newTL .entry:after {
    top: 92.4%;
  }
  /* .newTL .entry.swiper-slide-thumb-active:after {
    top: 98%;
}
.newTL .entry.active .t-year:before, .newTL .entry.swiper-slide-thumb-active .t-year:before, .newTL .entry.swiper-slide-thumb-active .t-year:before {
    left: 91px;
}
.entry.swiper-slide-thumb-active .info-absol::before {
    left: -69px;
} */
  .abt-3-monk-img img {
    width: 37%;
  }
  .newTL .timeline:before {
    left: 2.4%;
  }
}

@media (min-width: 1200px) {
  .gradient-container-1::before {
  content: "";
  /* -------------------------- */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); */
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 20%),
    rgb(255 255 255 / 0%)
  );
}
}


@media only screen and (max-height: 380px) and (min-height: 370px) and (orientation: landscape) {
  .nav-link {
    font-size: 12px !important;
    line-height: 1.2;
  }
  .lang-selector .language-btn {
    font-size: 12px !important;
  }
  .description-cont-3.no-mob {
    display: none;
  }
  .space-top-nav-992 {
    height: 72px;
  }
  .title-cont-3 {
    padding-bottom: 0px;
  }
  .walkthrough-gall-swiper {
    height: 90vh;
  }
}
